body{
    min-width:1440px;
}
.con{
    width: 1440px;
    margin: auto;
}
img{
    object-fit: cover;
}
/*分页*/
.fenye{
    margin: 30px 0 70px 0;
    display: flex;
    justify-content: center;
}
.fenye .wejoy_page{
    display: flex;
    align-items: center;
}
.fenye .wejoy_page .on{
    color: white;
    background-color:#ff8533 ;
}
.fenye .wejoy_page a{
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    background-color:#f8f8f9;
    color: #606266;
    margin: 0 5px;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.fenye .wejoy_page img{
    height: 15px;
}
.fenye .wejoy_page .count{
    font-size: 12px;
    color: #666;
    margin-right: 35px ;
}
.fenye .wejoy_page .inp{
        font-size: 12px;
    color: #666;
}
.fenye .wejoy_page .inp input{
    margin: 0 5px;
    width:44px ;
    text-align: center;
    height: 26px;
    border: 1px solid #dcdfe6;
}
/* container */
.container {
  width: 1440px;
  margin: 0 auto;
}

/* water */
.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.align-baseline {
  align-items: baseline;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-end {
  justify-content: flex-end;
}

.flex-1 {
  flex: 1;
}

.over-hd1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.over-hd2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 清默认样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}
img {
  vertical-align: top;
  border: none;
}
/* 设置默认字体: */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
} /* 将斜体扶正 */

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
} /* 统一等宽字体 */

small {
  font-size: 12px;
} /* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul,
ol {
  list-style: none;
}

/** 重置文本格式元素 **/
a {
  text-decoration: none;
  display: block;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: text-top;
} /* 重置, 减少对行高的影响 */

sub {
  vertical-align: text-bottom;
}

/** 重置表单元素 **/
legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
} /* 使得表单元素在 ie 下能继承字体大小 */

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}

mark {
  background: #ff0;
}

/* 设置placeholder的默认样式 */
:-moz-placeholder {
  color: #ddd;
  opacity: 1;
}

::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #ddd;
  opacity: 1;
}
/* select标签 */

select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 14px;
}
/* 清除< ol > < ul >的默认样式 */

/* ul, ol, { 
　　margin: 0;
　　padding: 0;
　　list-style: n;
} */
/* .button按钮 */

.button {
  border: 0;
  background-color: none;
  outline: none;
}
/* .< a >标签 */

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
/* < input >标签 */

input {
  border: none;
  appearance: none;
  -moz-appearance: none;
}

input:focus {
  outline: none;
} /*input标签聚焦不出现默认边框:*/
